home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
EnigmA Amiga Run 1997 February
/
EnigmA AMIGA RUN 15 (1997)(G.R. Edizioni)(IT)[!][issue 1997-02][PLANET CD V].iso
/
enigma
/
earcd
/
comm
/
comm2
/
hdrbbs11.lh0
/
HBBS
/
Source
/
makedoor
< prev
next >
Wrap
AmigaDOS Script File
|
1996-06-25
|
458b
|
27 lines
.key doordir
.bra {
.ket }
failat 21
cd {doordir}
if exists "scoptions"
lab strt
delete smakefile#?
execute !Nuke_Objects!
mkmk
echo "*e[34;42m {doordir} *e[31;40m"
smake
if warn
echo "Compile Failed! {doordir}"
ask "Press Return To Restart"
skip strt back
endif
if exists "Update"
rename "Update" "!Update"
endif
execute !Update
delete smakefile#?
endif
cd //
echo "*e[34;42m DONE *e[31;40m"